'Usage Dim instance As CalcLowerFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 1 item: text.
Text is the text you want to convert to lowercase. LOWER does not change characters in text that are not letters.
Return Value
A System.String value that indicates the evaluate result.